body{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    overflow-x: hidden;
    min-height: 100vh;
    height: max-content;
    background: rgb(2,0,36);
    background-repeat: no-repeat;
    position: relative;
}

nav{
    box-shadow: none !important;
    /* height: 20vh; */
    padding-top: 20px ;
}
.row, .col ,.none{
    margin: 0 !important;
    padding: 0 !important;
    height:100%;
}


.logo_text{
    font-size: 14px;
    line-height: 28px;
}
.logo-box{
    width: 30%;
    /* margin: 0 auto; */
}


.logo-img{
    display: block;
}
.contents{
    /* padding: 60px 0; */
    width: 100%;
    /* position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: max-content; */
}
.para{
    text-align: justify;
    font-size: 17px;
}
@media only screen and (max-width:320px){
    .logo_text{
    font-size: 14px;
    line-height: 28px;
    }
    .logo-box{
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (min-width:321px) and (max-width:768px){
    .logo_text{
        font-size: 14px;
        line-height: 28px;
    }
    .logo-box{
        width: 60%;
        /* margin: 0 auto; */
    }
}
@media only screen and (min-width:768px){
    .contents{
        /* padding: 60px 0; */
        width: 100%;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: max-content;
    }
}